#Multiply Obj. and dist.in Cube/def.
LMB:Multiply Objects and distribute them randomly in a virtual Cube, which size you have to enter.**_
RMB:Multiply Objects and distribute them randomly in a virtual Cube of size 15.
[INP]Enter Number,Cube-Size!5,10
MakeCube([INP1],1,3)
PlaceInCube([INP2])
[OnRightMouseButton!]
MakeCube(5,1,3)
PlaceInCube(15)
#END
